body {
    margin: 0%;
    text-align: center;
    color: #40514E
}

h1 {
    font-size: 437.5%;
    line-height: 2;
    margin: 0 auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #66BFBF;
}

h2 {
    font-family: 'Merriweather', sans-serif;
    color: #66BFBF;
    padding-bottom: 10px;
}

h3 {
    font-family: 'Merriweather', sans-serif;
    color: #11999E;
}

p {
    line-height: 2;
}

.top-container {
    background-color: #E4F9F5;
    margin: 0%;
    padding: 15px;
    font-family: 'Merriweather', sans-serif;
}

.middle-container {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 2;
    margin: 100px 0;
}

.bottom-container {
    background-color: #66BFBF;
    padding: 50px 0 20px;
}


.cloud-1 {
    position: absolute;
    right: 240px;
    bottom: 480px;
}

.cloud-2 {
    position: absolute;
    top: 250px;
    left: 260px;
}

.D {
    position: relative;
    top: 70px;
}

.d {
    position: relative;
    top: 70px;
    font-family: 'Merriweather', sans-serif;
    font-size:x-large;
    font-weight: normal;
}

.mountain {
    position: relative;
    top: 19px;
}

a {
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover{
    color:floralwhite;
}

.skill-row {
    width: 50%;
    margin: 100px auto;
    text-align: left;
}

.programming {
    width: 25%;
    float : left;
    margin-right: 30px;
}

.cycle {
    width: 25%;
    float: right;
    margin-left: 30px;
}

hr  {
    border-top-style: dotted;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-color: grey;
    border-width: 6px;
    width: 5%;
    margin: 100px auto;
}

.btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
    background-image: -o-linear-gradient(top, #11cdd4, #11999e);
    background-image: linear-gradient(to bottom, #11cdd4, #11999e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Montserrat', serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc48d);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc48d);
    text-decoration: none;
  }

  .copyright {
      margin-bottom: 0%;
      color: white;
      font-size: 0.75rem;
      padding: 20px 0;
  }
